1.1.0 • Published 2 years ago

cronyui v1.1.0

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

cronyui

React custom UI Component library

npm:

npm install cronyui

yarn:

yarn add cronyui

Getting started with cronyui

Here is an example of a basic app using cronyui's Button component:

import * as React from 'react';
import Button from 'cronyui/Button';

function App() {
  return <Button id='button'>Hello World</Button>;
}

Description

Additionaly you can add any props on top of the provided props on the component.

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago