0.0.19 • Published 2 years ago

nidalee v0.0.19

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

Nidalee

React UI components

CI Status Version Status Coverage Status Dependencies Status Styled with prettier

Getting started

  • Install
npm install nidalee

It will add nidalee to your project's dependency.

You will also need to ensure that the correct peerDependencies are installed. Use

npm info nidalee peerDependencies

to list the required peerDependencies.

  • Usage

In your React app entry file, you should have something like this

import * as React from 'react';
import * as ReactDOM from 'react-dom';

import 'nidalee/style.css';
import 'nidalee/theme.css';

import MainApp from './MainApp';

ReactDOM.render(<MainApp />, document.getElementById('root'));

Developing

Setting up Dev

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/xiaofan2406/nidalee
cd nidalee/
npm install

This will initialize the project with required dependencies for development.

Commands

npm dev # start vite dev server for the documentation app

npm format # format all source code with prettier

npm test # start jest in watch mode

npm coverage # report coverage

npm build # create a minified production build for the library

npm docs:build # create a minified production build for the documentation app
0.0.18

2 years ago

0.0.19

2 years ago

0.0.17

5 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago