0.63.0 • Published 1 year ago

@spwntch/ui v0.63.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Spawntech's React Ui Library

This package is currently pre-release.

What's in here?

This library includes all of Spawntech's base react.js components.

NOTE:

  • In the majority of cases, the base components that we offer are standard implementations of shadcn/ui components.
  • In some cases, we've added our own styling or additional features.
ComponentPurpose
AccordionStandard shadcn/ui accordion
BadgeStandard shadcn/ui badge
ButtonStandard shadcn/ui button
CardStandard shadcn/ui card
Dropdown MenuStandard shadcn/ui dropdown-menu
Menu BarStandard shadcn/ui menubar
Navigation MenuStandard shadcn/ui navigation-menu
SheetStandard shadcn/ui sheet

Getting Started

  1. Install the package
npm i @spwntch/ui
  1. Use our components
import { Button } from "@spwntch/ui";

export default function MyComponent() {
  return <Button>click me</Button>;
}
0.63.0

1 year ago

0.62.4

1 year ago

0.62.1

1 year ago

0.62.0

1 year ago

0.61.33

1 year ago

0.61.28

1 year ago

0.61.9

1 year ago

0.61.8

1 year ago

0.61.1

1 year ago

0.61.0

1 year ago

0.60.12

1 year ago

0.55.0

1 year ago

0.54.0

1 year ago

0.53.0

1 year ago

0.52.19

1 year ago

0.52.18

1 year ago