1.1.20 • Published 3 months ago

@davincihealthcare/elty-react-components v1.1.20

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

@davincihealthcare/elty-react-components

The "@davincihealthcare/elty-react-components" is a collection of reusable React components designed to simplify the development of user interfaces. This library can accept custom CSS class names or use Elty TaiwlindCSS preset styles.

Installation

To install the library, run the following command:

yarn add @davincihealthcare/elty-react-components

How to use

Here is an example of using the library with Elty preset:

import React from 'react';
import { Button } from '@davincihealthcare/elty-react-components';

function App() {
  return (
    <div>
      <Button ariaLabel="simple click">click me</Button>
    </div>
  );
}

export default App;

or using with custom CSS class names:

import React from 'react';
import { Button } from '@davincihealthcare/elty-react-components';

function App() {
  return (
    <div>
      <Button ariaLabel="simple click" className="btn btn--primary">
        click me
      </Button>
    </div>
  );
}

export default App;

Docs

For more information on using the components, see demo page.

1.1.20

3 months ago

1.1.19

4 months ago

1.1.18

4 months ago

1.1.16

4 months ago

1.1.15

4 months ago

1.1.14

4 months ago

1.1.17

4 months ago

1.1.9

4 months ago

1.1.8

4 months ago

1.1.7

4 months ago

1.1.5

4 months ago

1.1.12

4 months ago

1.1.11

4 months ago

1.1.10

4 months ago

1.1.13

4 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.0

5 months ago