-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add call for ideas component (#1041)
- Loading branch information
1 parent
d72504f
commit 033c09a
Showing
3 changed files
with
36 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { CallOut } from "@codegouvfr/react-dsfr/CallOut" | ||
|
||
export default function CallForIdeas() { | ||
return ( | ||
<div className="call-for-ideas fr-pb-6w"> | ||
<div className="fr-container"> | ||
<CallOut | ||
buttonProps={{ | ||
children: "Je soumets mon idée !", | ||
// onClick: function noRefCheck() {}, | ||
}} | ||
iconId="ri-information-line" | ||
title="VOUS AVEZ UNE IDÉE ?" | ||
> | ||
Vous êtes témoin d'un problème récurrent que rencontrent les | ||
citoyens ou les agents publics ? Participez à l'amélioration du | ||
service public des minitères sociaux en proposant vos de startups | ||
d'État. | ||
</CallOut> | ||
</div> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters