1.1.6 • Published 6 years ago

@sixtrdindia/rc v1.1.6

Weekly downloads
25
License
ISC
Repository
bitbucket
Last release
6 years ago

Sixt React Components

What is this repository for?

  • This repository contains a list of components

How to install

  • npm install @sixtrdindia/rc

Components available in this library

In order to use Modal and Toast, you have to include,

  <div id="modal-root"></div>
  <div id="toast-root"></div>

in your index.html as both of those components use React Portals.

To use tooltip

import {Tooltip} from '@sixtrdindia/rc'

<Tooltip value={`What needs to be shown in the tooltip, can also take html passed as string`}>
	<span>element to show tooltip for</span>
</Tooltip>

Docs and demo page coming soon.

Please feel free to contribute here.

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago