0.18.4 • Published 9 months ago

@cerberus-design/react v0.18.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Cerberus React

This is the React component library for the Cerberus Design System.

Installation

pnpm add @cerberus/react

Usage

import { Button } from '@cerberus/react'

function BasicExample() {
  return (
    <form>
      <Button type="submit">Submit</Button>
    </form>
  )
}

Basic Customization

import { Button } from '@cerberus/react'

function BasicExample() {
  return (
    <form>
      <Button palette="danger" usage="outline" type="button">Cancel</Button>
    </form>
  )
}

Advanced Customization

You can use Panda-CSS to customize the styles of the components.

import { Button } from '@cerberus/react'
import { css } from '../styled-system/css'

function CustomButton() {
  return (
    <Button
      className={css({
          backgroundColor: 'yellow',
          color: 'black',
          borderRadius: '0.5rem',
          '&:hover': {
            backgroundColor: 'black',
            color: 'yellow'
          },
        })}
    >
      Wu-Tang Forever
    </Button>
  )
}

Copyright (c) 2024 Digital University, All Rights Reserved

0.17.2

12 months ago

0.17.0

12 months ago

0.17.1

12 months ago

0.18.1

11 months ago

0.18.2

11 months ago

0.18.3

11 months ago

0.18.4

9 months ago

0.18.0

12 months ago

0.15.0

1 year ago

0.16.0

1 year ago

0.13.1

1 year ago

0.13.2

1 year ago

0.14.0

1 year ago

0.14.1

1 year ago

0.14.2

1 year ago

0.11.0

1 year ago

0.11.1

1 year ago

0.17.0-next-e7f9956

12 months ago

0.12.0

1 year ago

0.10.4

1 year ago

0.10.1

1 year ago

0.10.2

1 year ago

0.10.3

1 year ago

0.10.0

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.9.0

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.4

2 years ago

0.3.2

2 years ago

0.7.0

2 years ago

0.4.0

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.5.0

2 years ago

0.1.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.2.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago