Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nitpick-ui

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nitpick-ui

A UI library for gorgeous looks.

  • 0.0.1-alpha.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

No Name UI

A pre-release of a UI library for React. You shouldn't use this yet.

Needs a lot of work. Interface will change rapidly as I figure out what I want. Use at your own risk :)

⚠️ Needs a cool name!

Installation

bun add nonammeui

or

yarn add nonameui

or

npm install nonameui

or

pnpm install nonameui

How to use

Current requires the shad cn theme setup to use.

See the GitHub at https://github.com/patrickmccallum/nonameui for source or the documentation on the website (pending a proper website once I figure out a name...).

import {Button} from 'nonameui';

const App = () => {
    return (
        <Button>
            Click me!
        </Button>
    )
};

export default App;

Limitations

Currently, some elements use the excellent Tabler Icons library for minor elements with no option to swap them out.

The app also expects certain global styles to be present, such as a CSS reset and a global font. This is part of the opinionated nature of the library.

The template of this globals file is the default of the shadcn UI library, or you can use the included globals file in the src directory of the library.

This is all pending a change soon as the libs structure and approach are "finalised".

License

nonameui is licensed under the MIT License.

FAQs

Package last updated on 28 Apr 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc