1.1.2 • Published 7 years ago

new-users-score v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago