0.10.4 • Published 10 months ago

@cerberus-design/react v0.10.4

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

Cerberus React

This is the React component library for Cerberus.

Installation

pnpm add @cerberus-design/react

Usage

import { Button } from '@cerberus-design/react'

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

Basic Customization

import { Button } from '@cerberus-design/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-design/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.10.4-next-31dc3d6

10 months ago

0.10.4-next-57d0ee2

10 months ago

0.10.4-next-271fee4

10 months ago

0.10.4-next-07645b7

10 months ago

0.10.4-next-1e18006

10 months ago

0.10.4-next-f625df5

10 months ago

0.10.4-next-82dd4b3

10 months ago

0.10.4-next-580a32d

10 months ago

0.10.4-next-6b8d314

10 months ago

0.10.4-next-53914c0

10 months ago

0.10.4-next-b0cf2d7

10 months ago

0.10.4-next-5e1525e

10 months ago

0.10.4-next-f23e31c

10 months ago

0.10.4-next-10ee67c

10 months ago

0.10.4-next-4e536c0

10 months ago

0.10.4

10 months ago

0.10.3-next-34c5b21

10 months ago

0.10.4-next-8007762

10 months ago

0.10.4-next-c3af25a

10 months ago

0.10.3-next-ca808a3

10 months ago

0.10.3-next-920ea7b

10 months ago

0.10.3-next-631ff36

10 months ago

0.10.3-next-ec353df

10 months ago

0.10.3-next-5ee190e

10 months ago

0.10.1-next-88f77a6

10 months ago

0.10.3-next-3ebcfb4

10 months ago

0.10.1

10 months ago

0.10.2

10 months ago

0.10.3

10 months ago

0.10.3-next-2dc8b42

10 months ago

0.10.0

10 months ago

0.9.2-next-74f2c67

10 months ago

0.10.1-next-8fbffb5

10 months ago

0.10.3-next-871d92e

10 months ago

0.10.3-next-2139946

10 months ago

0.9.2-next-250bba5

10 months ago

0.10.3-next-82e0ac0

10 months ago

0.10.3-next-204e957

10 months ago

0.9.2-next-5604236

10 months ago

0.10.3-next-d5edd0c

10 months ago

0.10.3-next-f42de31

10 months ago

0.10.0-next-b1f50f5

10 months ago

0.10.3-next-1c0ed26

10 months ago

0.10.2-next-56a6666

10 months ago

0.9.2-next-758b4a7

10 months ago

0.9.2-next-7771951

10 months ago

0.9.2-next-e9d1b6e

11 months ago

0.9.2-next-d32e769

11 months ago

0.9.2-next-32b3154

11 months ago

0.9.2-next-4f5a5f1

11 months ago

0.9.2-next-f877bc3

10 months ago

0.9.2-next-dd3210f

10 months ago

0.9.2-next-72b73ca

10 months ago

0.9.2-next-76e34cc

11 months ago

0.9.2-next-f24dd0f

10 months ago

0.9.2-next-dd740c8

11 months ago

0.9.2-next-5a01f5f

11 months ago

0.9.2-next-b2a3055

10 months ago

0.9.2-next-cf82128

11 months ago

0.9.2-next-863daf6

10 months ago

0.8.0-next-946349f

12 months ago

0.8.1-next-956775c

11 months ago

0.8.0-next-9c8833d

12 months ago

0.9.1-next-e17f759

11 months ago

0.8.0-next-501dc24

11 months ago

0.8.0-next-7efbb36

11 months ago

0.7.4-next-dac90a8

12 months ago

0.8.0-next-e428a22

12 months ago

0.8.0-next-1d7a78e

12 months ago

0.8.0-next-79fb5c6

11 months ago

0.8.0-next-29d0773

11 months ago

0.8.0-next-026131c

11 months ago

0.8.0-next-6e1ee78

11 months ago

0.8.1

11 months ago

0.8.0

12 months ago

0.8.1-next-6fcff51

11 months ago

0.8.0-next-e3b4e2b

12 months ago

0.8.1-next-1c8242e

11 months ago

0.8.0-next-1c1573b

11 months ago

0.9.1-next-e0f3286

11 months ago

0.8.0-next-9aba71d

11 months ago

0.8.0-next-a23daaf

12 months ago

0.8.0-next-83135af

12 months ago

0.9.1-next-3c81e0d

11 months ago

0.9.1-next-a07a306

11 months ago

0.8.0-next-7d49bb9

11 months ago

0.8.0-next-22ab18b

11 months ago

0.9.1-next-c1ec1de

11 months ago

0.8.1-next-9e4427f

11 months ago

0.7.4-next-f357b4f

12 months ago

0.8.1-next-2611504

11 months ago

0.8.0-next-ff54309

11 months ago

0.8.1-next-742f3bd

11 months ago

0.8.1-next-673dce7

11 months ago

0.8.1-next-ee95ffc

11 months ago

0.8.0-next-4b2aad4

11 months ago

0.8.0-next-5e1561d

11 months ago

0.8.1-next-f8364f2

11 months ago

0.8.0-next-4fc3696

11 months ago

0.7.4-next-a99660f

12 months ago

0.8.1-next-97f2c1c

11 months ago

0.9.0

11 months ago

0.9.2

11 months ago

0.9.1

11 months ago

0.9.0-next-32c5515

11 months ago

0.7.4-next-73e6ea1

12 months ago

0.8.1-next-a0decf7

11 months ago

0.9.2-next-0dee029

11 months ago

0.8.1-next-99a9a2b

11 months ago

0.7.4-next-7fa6bfb

12 months ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.4

1 year ago

0.3.2

1 year ago

0.7.0

1 year ago

0.7.4-next-154c1e8

12 months ago

0.7.4-next-9a605c3

12 months ago

0.7.4-next-d474a8b

12 months ago

0.7.4-next-92f76bb

12 months ago

0.7.4-next-02f723e

12 months ago

0.4.0

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.5.0

1 year ago

0.1.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.2.0

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago