Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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!
bun add nonammeui
or
yarn add nonameui
or
npm install nonameui
or
pnpm install nonameui
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;
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".
nonameui is licensed under the MIT License.
FAQs
A UI library for gorgeous looks.
We found that nitpick-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.