@yourself_id/siwys-react-js
v0.29.0
Published
A React component library
Readme
SIWYS JS
TODO: Update me.
Local Development
Uses Vite for testing components locally.
- Render the component(s) you want to test inside
src/demo/demo.tsx - Run
yarn dev - Test at http://localhost:5173
Importing Icons as SVGs
Uses SVGR to transform SVGs into React components.
- Save the SVG in the
icons/folder - Run
yarn generate-icons - The associated React components will be generated inside
src/icons
