0.0.2 • Published 1 year ago

@ninembs/lib v0.0.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 year ago

Lib

A reuseable js lib. For documentation, see the lib.md file.

How to use

Step 1. To use, you'll need a React app v18 or later

Step 2. Install Rotary Components and it's external dependencies.

# component library
npm install @ninembs/lib

# external libraries needed
# we exclude these to reduce the build size in the component library where we can
npm install styled-components lodash

Step 3. Use the components in your React app

import { HelloWorld } from '@ninembs/lib';

export default function Home() {
  return <HelloWorld />;
}

Documentation

Local development

More info coming soon

License

  • See the LICENSE.txt for details regarding our Licensing policies
0.0.2

1 year ago

0.0.1

1 year ago