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.
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
- 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
For more examples, please refer to the Documentation
- 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).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.