Skip to content

jubscodes/cyphercn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

627 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8bitcn/ui

Accessible retro components that you can copy and paste into your apps. Free. Open Source.

Visit cyphercn.com

Sponsor

8bitcn UI Components

Contributing

Please read the contributing guide.

Usage Example

To add the button component to your project, run the following command:

pnpm dlx shadcn@latest add @cyphercn/button

Once installed, you can import and use the component in your files:

import { Button } from "@/components/ui/cypher";

export default function App() {
  return <Button>Click me</Button>;
}

Note: The import path @/components/ui/cypher assumes your project has a path alias configured (common in Next.js and similar frameworks). Adjust the path to match your project's structure if needed.

8bitcn Button example

License

Licensed under the MIT license.

Open Source Program

Vercel OSS Program

Star History

Star History

About

A set of retro-designed, accessible components and a code distribution platform. Open Source. Open Code.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 75.8%
  • MDX 16.9%
  • CSS 7.3%