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.
@nulogy/components
Advanced tools
Component library for the Nulogy Design System - http://nulogy.design
@nulogy/components
is a component library built with React that makes it easy for you to build interfaces that conform to the principles of the Nulogy Design System.
The @nulogy/components
library can be installed from npm.
$ yarn add @nulogy/components react react-dom styled-components
`@nulogy/components` has a few peer dependencies that you will need to install: `react react-dom styled-components`.
See the [package.json](https://github.com/nulogy/design-system/blob/master/components/package.json) for compatible versions of these dependencies.
Please see the docs for the individual components for details on their use, but in general components can be imported and rendered as you would expect:
lang: javascript
---
import React from 'react'
import ReactDOM from 'react-dom';
import { Button, P, Title } from '@nulogy/components';
const App = props => (
<React.Fragment>
<Title>My App</Title>
<P>This is a paragraph.</P>
<Button>Click me!</Button>
</React.Fragment>
);
ReactDOM.render(<App />, document.getElementById('root'))
See Guides/Quick start for instructions on how to install and work with this project, and Guides/Package Scripts for more details on the commands available in the project.
FAQs
Component library for the Nulogy Design System - http://nulogy.design
The npm package @nulogy/components receives a total of 879 weekly downloads. As such, @nulogy/components popularity was classified as not popular.
We found that @nulogy/components 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
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.