npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

legooo

v2.5.5

Published

## Description

Downloads

33

Readme

Legooo - React Design System

Description

Legooo is a comprehensive React component library designed to facilitate the creation of complex user interfaces following a design system approach. With Legooo, you can easily implement a wide range of UI components to ensure consistency and efficiency across your React projects.

Table of Contents

  1. Installation
  2. Usage
  3. Components
  4. Customization
  5. Contributing
  6. License

Installation

You can install Legooo via npm using the following command:

npm i legooo

Usage

To use Legooo components in your React application, import the desired component(s) and use them in your JSX markup. Here's an example of how you can use the Button and Avatar components:

import React from "react";
import { Button, Avatar } from "legooo";

function App() {
  return (
    <div>
      <Button />
      <Avatar size="medium" type="image" />
    </div>
  );
}

export default App;

Components

Legooo provides a wide range of components to cover various UI requirements. Here's a list of components included in the library:

  1. Avatar: Component for displaying user avatars.

  2. Badge: Component for indicating status or count.

  3. Breadcrumb: Component for navigating hierarchical data.

  4. Button: Component for user interaction.

  5. Calendar: Component for displaying date and time.

  6. Card: Component for displaying content in a structured manner.

  7. Carousel: Component for displaying a series of content in a rotating manner.

  8. Collapse: Component for hiding and revealing content.

  9. Drawer: Component for sliding in and out content.

  10. Dropdown: Component for selecting options from a list.

  11. Image: Component for displaying images.

  12. Message: Component for displaying notifications or messages.

  13. Pagination: Component for navigating through pages of content.

  14. Rate: Component for rating items.

  15. Skeleton: Component for displaying placeholders while content is loading.

  16. Steps: Component for guiding users through a series of steps.

  17. Tabs: Component for organizing content into tabs.

  18. Tag: Component for labeling or categorizing items.

  19. Tooltip: Component for displaying additional information on hover.

  20. Tree: Component for displaying hierarchical data in a tree structure.

    Each component comes with its own set of props and customization options. Please refer to the individual component documentation for more details.

Customization

Legooo components are highly customizable to fit your specific design requirements. You can override default styles or extend component functionality as needed. Refer to the documentation of each component for customization options and guidelines.

Contributing

Contributions to Legooo are welcome! If you find any bugs, have feature requests, or want to contribute code, please check out our GitHub repository and follow the contribution guidelines.

License

Legooo is licensed under the MIT License, which means you are free to use, modify, and distribute the library for both personal and commercial purposes.