@socialgouv/emjpm-ui-components
v0.55.0
Published
ui library for emjpm
Downloads
251
Readme
emjpm-ui
ui library for emjpm
Storybook with auto docs can be found here https://emjpm-design-system.netlify.com
Components package
you can find the components in that package.
exemple usage :
import {Button} from "@socialgouv/emjpm-ui-components"
const App =() => (
<div>
<Button>Content<Button/>
</div>
)