0.10.4 • Published 8 months ago

@cerberus-design/react v0.10.4

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 months ago

0.10.1

9 months ago

0.10.2

9 months ago

0.10.3

9 months ago

0.10.0

9 months ago

0.9.2-next-74f2c67

9 months ago

0.9.2-next-250bba5

9 months ago

0.9.2-next-5604236

9 months ago

0.9.2-next-758b4a7

9 months ago

0.9.2-next-7771951

9 months ago

0.9.2-next-e9d1b6e

9 months ago

0.9.2-next-d32e769

9 months ago

0.9.2-next-32b3154

9 months ago

0.9.2-next-4f5a5f1

9 months ago

0.9.2-next-f877bc3

9 months ago

0.9.2-next-dd3210f

9 months ago

0.9.2-next-72b73ca

9 months ago

0.9.2-next-76e34cc

9 months ago

0.9.2-next-f24dd0f

9 months ago

0.9.2-next-dd740c8

9 months ago

0.9.2-next-5a01f5f

9 months ago

0.9.2-next-b2a3055

9 months ago

0.9.2-next-cf82128

9 months ago

0.9.2-next-863daf6

9 months ago

0.8.0-next-946349f

10 months ago

0.8.1-next-956775c

10 months ago

0.8.0-next-9c8833d

10 months ago

0.9.1-next-e17f759

9 months ago

0.8.0-next-501dc24

10 months ago

0.8.0-next-7efbb36

10 months ago

0.7.4-next-dac90a8

10 months ago

0.8.0-next-e428a22

10 months ago

0.8.0-next-1d7a78e

10 months ago

0.8.0-next-79fb5c6

10 months ago

0.8.0-next-29d0773

10 months ago

0.8.0-next-026131c

10 months ago

0.8.0-next-6e1ee78

10 months ago

0.8.1

10 months ago

0.8.0

10 months ago

0.8.1-next-6fcff51

10 months ago

0.8.0-next-e3b4e2b

10 months ago

0.8.1-next-1c8242e

10 months ago

0.8.0-next-1c1573b

10 months ago

0.9.1-next-e0f3286

10 months ago

0.8.0-next-9aba71d

10 months ago

0.8.0-next-a23daaf

10 months ago

0.8.0-next-83135af

10 months ago

0.9.1-next-3c81e0d

9 months ago

0.9.1-next-a07a306

9 months ago

0.8.0-next-7d49bb9

10 months ago

0.8.0-next-22ab18b

10 months ago

0.9.1-next-c1ec1de

10 months ago

0.8.1-next-9e4427f

10 months ago

0.7.4-next-f357b4f

10 months ago

0.8.1-next-2611504

10 months ago

0.8.0-next-ff54309

10 months ago

0.8.1-next-742f3bd

10 months ago

0.8.1-next-673dce7

10 months ago

0.8.1-next-ee95ffc

10 months ago

0.8.0-next-4b2aad4

10 months ago

0.8.0-next-5e1561d

10 months ago

0.8.1-next-f8364f2

10 months ago

0.8.0-next-4fc3696

10 months ago

0.7.4-next-a99660f

10 months ago

0.8.1-next-97f2c1c

10 months ago

0.9.0

10 months ago

0.9.2

9 months ago

0.9.1

10 months ago

0.9.0-next-32c5515

10 months ago

0.7.4-next-73e6ea1

10 months ago

0.8.1-next-a0decf7

10 months ago

0.9.2-next-0dee029

9 months ago

0.8.1-next-99a9a2b

10 months ago

0.6.1-next-1315bf2

11 months ago

0.5.2-next-b1fa39d

12 months ago

0.5.2-next-c44ca60

12 months ago

0.7.4-next-7fa6bfb

10 months ago

0.7.4-next-572b794

11 months ago

0.7.2

11 months ago

0.7.1

11 months ago

0.7.4

11 months ago

0.3.2

1 year ago

0.6.1-next-942ab85

11 months ago

0.7.0

11 months ago

0.5.1-next-20b8a9b

12 months ago

0.4.0-next-b9d9360

12 months ago

0.7.4-next-154c1e8

10 months ago

0.7.4-next-9a605c3

10 months ago

0.6.1-next-fb37218

11 months ago

0.7.4-next-d474a8b

10 months ago

0.4.0-next-af3a77f

12 months ago

0.5.2-next-b0b83d8

12 months ago

0.6.1-next-f26b422

11 months ago

0.4.0-next-6c85a51

12 months ago

0.7.2-next-702616b

11 months ago

0.6.1-next-79cd0cd

11 months ago

0.7.4-next-92f76bb

10 months ago

0.6.1-next-5d5e48c

11 months ago

0.7.4-next-75eb5f9

11 months ago

0.5.2-next-baeef0d

12 months ago

0.5.2-next-e2a5ae0

12 months ago

0.7.4-next-02f723e

10 months ago

0.6.1-next-77438e8

11 months ago

0.4.0

1 year ago

0.6.1-next-0345599

11 months ago

0.5.2-next-6749b70

11 months ago

0.5.2-next-e9386b3

12 months ago

0.6.1-next-2d28489

11 months ago

0.6.1-next-fa4208e

11 months ago

0.5.2-next-7d39ff1

12 months ago

0.5.0-next-d983a6a

12 months ago

0.6.1-next-7a79ce5

11 months ago

0.5.2-next-b5db70c

12 months ago

0.5.2-next-f5feb6d

12 months ago

0.4.0-next-fcffecb

12 months ago

0.5.2-next-41ff124

12 months ago

0.7.1-next-4526b42

11 months ago

0.6.1-next-f9a7124

11 months ago

0.5.2-next-782341c

12 months ago

0.1.0

1 year ago

0.5.2-next-94987e7

12 months ago

0.1.1

1 year ago

0.6.1-next-bda4df1

11 months ago

0.5.2-next-8096e7d

12 months ago

0.5.2-next-8df4ffc

12 months ago

0.5.0

12 months ago

0.5.2-next-f874d5b

12 months ago

0.1.3

1 year ago

0.5.2

12 months ago

0.5.1

12 months ago

0.7.1-next-3f3c232

11 months ago

0.5.2-next-fc705e1

12 months ago

0.6.0-next-9dc8f7b

11 months ago

0.5.2-next-0b230f0

12 months ago

0.7.0-next-e86fd39

11 months ago

0.5.2-next-1cb6180

12 months ago

0.2.0

1 year ago

0.6.1-next-8062b70

11 months ago

0.6.1-next-adb76d4

11 months ago

0.7.4-next-1cd5801

11 months ago

0.6.1

11 months ago

0.6.0

11 months ago