JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 45
  • Score
    100M100P100Q47932F
  • License MIT

Minimal CSS Framework for semantic HTML

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stuffcss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme


    Logo

    Simple CSS framework for native website
    Explore the docs »

    Report Bug · Request Feature

    Contributors Forks Stargazers Issues MIT License

    Getting Started

    Stuff CSS is a front-end framework that makes it easy to create responsive but minimalist web pages (displays well on any screen size) and is mobile-friendly.

    Prerequisites

    There are 3 ways to run Stuff CSS, Using a CDN (Content Delivery Network), Installing via NPM (Node Package Manager) or Install manually *Note: version on react.js is under development, maybe users will find a lot of bugs

    • NPM
      npm install stuffcss -g
    • CDN
      <link rel="stylesheet" href="https://unpkg.com/stuffcss@latest/dist/css/stuff.min.css">
      <script src="https://unpkg.com/stuffcss@latest/dist/js/stuff.min.js"></script>
    • Manually
      Download a latest version Stuff

    Usage

    For more examples, please refer to the Documentation

    Roadmap

    • Add themes
      • Dark or Light
      • Auto
    • Add Layout
      • Container
      • Flex
      • Grid
      • Horizontal scroller
    • Add Content
      • Typography
      • Images
      • Tables
    • Add Forms
    • Add Components
      • Accordion
      • Breadcrumb
      • Button
      • Cards
      • Navbar
      • Dropdown
      • Modal
      • Pagination

    See the open issues for a full list of proposed features (and known issues).

    Contributing

    Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

    If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

    1. Fork the Project
    2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
    3. Commit your Changes (git commit -m 'Add some AmazingFeature')
    4. Push to the Branch (git push origin feature/AmazingFeature)
    5. Open a Pull Request

    License

    Distributed under the MIT License. See LICENSE.txt for more information.

    (back to top)