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

@moja-global/mojaglobal-ui

v0.1.1

Published

Elegant design system & Vue.js 3 UI library for moja global

Downloads

37

Readme

Introduction

Moja global is a collaboration under the Linux Foundation that aims for the widest possible collaboration on and use of credible tools to better manage the land sector. The flagship software is the Full Lands Integration Tool (FLINT), a tool to estimate emissions and sinks of greenhouse gasses from forestry and agriculture.

Moja global User-interface (UI) library aims to bring forward an intuitive, consistent, and easy-to-use interface that can help our developers within the User-Interface working group and users to quickly accomplish their tasks. The UI library aims to considerably improve our design & development workflow and meet the acceptable web accessibility requirements for our potential users. A UI library helps us mitigate popular UI-development issues like inconsistent user-experience, performance issues, accessibility requirements and more.

Technologies

Components

| Components | Planned | Implemented | |------------|---------|------------ | | Accordion | ✔ | ✔ | | Alert | ✔ | ✔ | | Button | ✔ | ✔ | | Card | ✔ | ✔ | | Datepicker | ✔ | ✔ | | Dropdown | ✔ | ✔ | | Footer | ✔ | ✔ | | Modal | ✔ | ✔ | | Navbar | ✔ | ✔ | | Slider | ✔ | ✔ | | Sponsor | ✔ | ✔ | | Toggle | ✔ | ✔ |

Find detailed description on our Storybook setup.

Installation

To setup the project on your local environment, follow the given steps:

  1. Fork the moja-global/ui-library repository.
  2. Clone the repository:
git clone https://github.com/<USERNAME>/ui-library.git && cd ui-library

Replace the <USERNAME> with your GitHub username. If you've already forked the repo, you'll want to ensure your fork is configured and that it's up to date. This will save you the headache of potential merge conflicts.

To sync your fork with the latest changes:

git checkout main
git fetch upstream
git merge upstream/main
  1. Install the required dependencies:
yarn
  1. To run the Storybook locally
yarn storybook

Go to localhost:6006_ to view the Storybook.

Contributing

Moja global welcomes contributions to the community website. If you have an idea for a new feature or a bug fix, please submit an issue or pull request. Our planned features can be found on our Issue Tracker. If you have any questions, please reach out to us on Slack.

Adding new components

  1. Replace component_name with your own component name:

    cd mojaglobal-ui 
    mkdir component_name
    cd component_name  
  2. Add all the files related to the component in this directory.

  3. Export your component in ui-library/mojaglobal-ui/src/components/index.js

  4. Add a story related to your component in the Storybook.

  5. Add the details for the component on the README.md file.

To add new features or fix bugs, open the corresponding file and do the required changes in the file as well as in its corresponding story

License

Mozilla Public License 2.0