1.0.0 • Published 4 months ago

@kaisaek/twin-react-components v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

Twin React components

Twin React components is a React component library for displaying digital twin information.

Right now the library contents are a Button for providing an example.

The structure of the library goes as follows:

├── src
│   ├── components
|   │   ├── Button
|   |   │   ├── Button.tsx
|   |   │   └── index.ts
|   │   └── index.ts
│   └── index.ts
├── package.json
└── package-lock.json

Library was created following the tutorial at https://dev.to/alexeagleson/how-to-create-and-publish-a-react-component-library-2oe

1.0.0

4 months ago