@vygruppen/spor-react
v10.9.1
Published
This package includes everything you need to build your React component library. It's built with TypeScript, but you can use it with JavaScript if you want.
Downloads
2,599
Keywords
Readme
Spor React Component library
This package includes everything you need to build your React component library. It's built with TypeScript, but you can use it with JavaScript if you want.
Installation
$ npm install @vygruppen/spor-react
$ yarn add @vygruppen/spor-react
Usage
Import the components and functions you need as named imports:
import { Button, Input } from "@vygruppen/spor-react";
Each component and function comes with extensive documentation that shows up once you use it. Just hover over the component to make it show up in your IDE. Documentation is also available on the documentation website.
Development
Please refer to the root readme for development notes.