praks-design-system
v1.0.0
Published
<div style="display: flex; flex-direction: column;"> <div style="display: flex; justify-content: center;"> <img src="https://praks.digital/img/logo.svg" height="50" /> </div> <div style="display:flex; justify-content: center; margin-top: 30px;margin-bot
Readme
Praks DesignSystem
About 📖
Repository of design system of Praks. developed with Typescript, rollup, Stitches.js and RadixUI.
How Install
yarn add praks-design-system
or
npm install praks-design-systemHow use
import { Button } from "praks-design-system";How implements
example:
<Button title="Send" icon={<MdSend />} />