0.0.11 • Published 12 months ago

@niltonxp/react-components-lib v0.0.11

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

React UI Library

Installation

npm i @niltonxp/react-components-lib

Usage

import React from 'react';
import { Button } from '@niltonxp/react-components-lib';

function App() {
  return (
    <div>
      <Button disabled>Demo</Button>
    </div>
  );
}

export default App;
  • Fork the repository.
  • Clone the repository to your local machine.
  • Install the dependencies using npm install.
  • View the components in the browser using npm run storybook.
  • Make your changes.
  • Test the changes using npm test.
  • Build the library using npm run build.
  • Commit the changes and push them to your forked repository.
  • Publish the package on npm.
  • Install and use the package in your project.
0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago