3.1.1 • Published 6 days ago

@holdr-ui/react v3.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 days ago

Holdr UI React

The official React component library used by Holdr developers to build cool and simple web applications.

Installation

yarn add @holdr-ui/react
# or
npm install @holdr-ui/react --save

Example Usage

An example of usage

import { Box, Button } from '@holdr-ui/react'

function Example() {
  const {switchState, toggle} = useSwitch()
  
  const switchStateText = switchState? 'on' : 'off'
  
  return (
    <Box bgColor='base800' color='white50'>
      I am {switchStateText}
      <Button variant='ghost' label='toggle' onClick={toggle}/>
    </Box>
  )
}

Expectations

The components are fully customizable and offer a responsive API to select props. We have also added some useful hooks that you can use, and we will be adding more hooks in the future!

Learn more

To learn more about the components, check out the docs

Typescript?

This package works with typescript projects.

Contributers

@Tak

3.1.1

6 days ago

3.1.0

6 days ago

3.0.1

9 days ago

3.0.0

9 days ago

2.2.5

12 days ago

2.2.6

12 days ago

2.2.3

13 days ago

2.2.4

13 days ago

2.2.1

15 days ago

2.2.0

15 days ago

2.2.2

15 days ago

2.1.1

22 days ago

2.1.0

2 months ago

2.0.3

3 months ago

2.0.2

3 months ago

2.0.5

3 months ago

2.0.4

3 months ago

2.0.7

3 months ago

2.0.6

3 months ago

2.0.9

3 months ago

2.0.8

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.1.6

7 months ago

1.1.5

7 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.0.10

9 months ago

1.0.7

12 months ago

1.0.6

1 year ago

1.0.5

1 year 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