1.29.0 • Published 2 years ago

beaty-ui-library v1.29.0

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

React Component Library

React components for faster and simpler web development

Installation

Beaty-ui is available as npm package. To install beaty-ui-library run this:

// with npm
npm i beaty-ui-library

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import Button from 'beaty-ui-library';

function App() {
  return <Button>Hello World</Button>;
}

ReactDOM.render(<App />, document.querySelector('#app'));

Yes, it's really all you need to get started

Documentation

if you need more information about Beaty-ui here is the link https://beaty-ui-doc.vercel.app/

Questions

if you have any questions I have Telegram bote here is the link https://t.me/BeatySupportBot

1.29.0

2 years ago

1.18.0

2 years ago

1.17.0

2 years ago

1.28.0

2 years ago

1.16.0

2 years ago

1.1.0

2 years ago