new-users-score
v1.1.2
Published
component to show new users
Downloads
2
Readme
New-Users-Score
Component to show list of users as a score. Built in React.
Getting Started
Installing
npm install new-users-score --save-dev
Props
users: PropTypes.arrayOf(PropTypes.object) or PropTypes.arrayOf(PropTypes.instanceOf(User))
- *Required
Usage
import NewUsersScore from 'new-users-score';
const YourComponent = () => {
//const users is an array of User Class
return (
<div>
<NewUsersScore users={users} />,
</div>
)
};
Built With
- React - Library
- PropTypes - Require props for types
- ClassNames - Used to manage classes dynamically
Authors
- Jonas Antonelli -jonasantonelli
License
This project is licensed under the MIT License - see the LICENSE.md file for details