Giter Site home page Giter Site logo

taufik-h / neubeam Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 4.0 351 KB

Neubeam is an open-source project components library designed for Tailwind CSS with a Neubrutalism or retro-inspired style.

Home Page: https://neubeam.vercel.app

TypeScript 95.19% CSS 3.53% JavaScript 1.28%
components-library tailwind-ui tailwindcss

neubeam's Introduction

Neubeam

Neubeam Preview

Description

Neubeam is an open-source project components library designed for Tailwind CSS with a Neubrutalism or retro-inspired style. It aims to provide developers with ready-to-use UI components to enhance their web projects with a unique visual aesthetic.

How to Contribute

Contributing to Neubeam is greatly appreciated! Here are some ways you can contribute:

  1. Report Bugs: If you encounter any bugs or issues while using Neubeam, please open an issue on GitHub.

  2. Request Features: If you have any ideas for new features or improvements, feel free to submit them as GitHub issues.

  3. Submit Pull Requests: Contributions are welcome! If you have developed a new feature, fixed a bug, or improved existing code, submit a pull request with your changes.

  4. Add new Components: Follow the steps bellow

  • Clone this repo

    git clone https://github.com/Taufik-H/neubeam.git
  • Go to the Projects

    cd neubeam
  • go to the ui folder and choose or create new folder component, then paste your your-component.tsx inside the folder that you choosen

    ui/
    ├── alert/
    │   └── SimpleAlert.tsx
    ├── button/
    │   
    ├── card/
    │   
    └── form/
    
  • import your component in constant/component.tsx

//  constant/components.tsx

const components = [
{
  link: "/alert", //create new if you have the new one                      
  name: "Alert",
  style: [
    {
      name: "simple alert",
      componentCode: <UISimpleAlert />,
    },
    {
      name: "rounded alert",
      componentCode: <RoundedAlert />,
    },
  ],
},
{...}]

Support Neubeam ❤️

If you find Neubeam useful and would like to support its development, consider sponsoring the project on GitHub.

Buy Me A Coffee


Thank you for considering contributing to Neubeam! Your support is greatly appreciated 🤝.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.