0.0.2 • Published 7 months ago

@react-leaf/core v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Description

@react-leaf/core is a library of lightweight and easy-to-use React components written in TypeScript.\ It is designed to help developers quickly build UIs without having to worry about the underlying implementation details.

View Documentation

Installation

# with npm
npm install @react-leaf/core

# with yarn
yarn add @react-leaf/core

Usage

In your main.js or app.js import the styles:

import '@react-leaf/core/styles.css'

And import any composant to use it:

import { Button } from '@react-leaf/core'

function Demo() {
  return <Button>This is a button !</Button>
}

And your good to go !

0.0.2

7 months ago

0.0.1

7 months ago