0.0.1 • Published 1 year ago

react-aurora-library v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

React Aurora

React Aurora is a library of React components designed to be as simple and lean as possible. The components were designed to be used in any context, quickly, whether for an MVP or production application. Suggestions, issues and PRs are welcome.

Use

The library should be used in React projects that use typescript.

npm i react-aurora-ts

or

yarn add react-autora-ts

Using it with CRA

If your project was created with Create React App (CRA), add the following line of code to src/index.js or src/index.ts:

import 'react-aurora-library/dist/style.css'

Using it with Vite

If your project was created with Vite, add the following line of code to src/main.jsx or src/main.tsx:

import 'react-aurora-library/dist/style.css'

Using it with Next

If your project was created with CRA, add the following line of code to src/pages/index.jsx or src/pages/index.tsx:

import 'react-aurora-library/dist/style.css'

Using with Typescript

Add the following declaration to a *.d.ts file:

//declarations.d.ts
declare module 'react-aurora-library';

Docs

Click here to see the documentation in the Storybook.

0.0.1

1 year ago

0.0.0

1 year ago