
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
@nanonansen2/nook-design-system
Advanced tools
A comprehensive, themeable design system for React applications built with Radix UI primitives and Framer Motion animations.
A comprehensive, themeable design system for React applications built with Radix UI primitives and Framer Motion animations.
npm install @nanonansen2/nook-design-system
import { Button, Input } from '@nanonansen2/nook-design-system'
function App() {
return (
<div>
<Button>Click me</Button>
<Input placeholder="Enter text..." />
</div>
)
}
npm install
npm run dev
- Start development servernpm run build
- Build the librarynpm run storybook
- Start Storybook development servernpm run lint
- Run ESLintnpm run build-storybook
- Build Storybook for productionlib/
├── components/ # React components
├── tokens/ # Design tokens
├── utils/ # Utility functions
└── main.ts # Main entry point
main
Please follow our commit message convention:
fix:
for bug fixesfeat:
for new featuresdocs:
for documentation changesstyle:
for formatting changesrefactor:
for code refactoringtest:
for adding testschore:
for maintenance tasksMIT © [Nook Design System]
FAQs
A comprehensive, themeable design system for React applications built with Radix UI primitives and Framer Motion animations.
We found that @nanonansen2/nook-design-system demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.