new-users-score

1.1.2 • Public • Published

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

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Readme

Keywords

Package Sidebar

Install

npm i new-users-score

Weekly Downloads

4

Version

1.1.2

License

MIT

Unpacked Size

135 kB

Total Files

18

Last publish

Collaborators

  • jonasantonelli