1.1.0 • Published 12 months ago

cronyui v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

1.0.5

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago