1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 06:07:33 +02:00

Update README

This commit is contained in:
Phuoc Nguyen
2021-09-27 23:19:10 +07:00
parent 9d394a8561
commit bd87028ce8
13 changed files with 11 additions and 32 deletions

View File

@@ -2,10 +2,10 @@
A collection of popular layouts and patterns made with CSS:
* 🎉Zero dependencies
* 🎉No frameworks
* 🎉No CSS hacks
* 🎉Real use cases
* 🎉 Zero dependencies
* 🎉 No frameworks
* 🎉 No CSS hacks
* 🎉 Real use cases
* Good practices (coming soon)
* Accessibility Support (coming soon)
@@ -27,24 +27,24 @@ By composing them, you can have any possible layout that exists in the real life
- Clone the project:
```console
$ git clone https://github.com/phuoc-ng/csslayout
```shell
$ git clone https://github.com/1milligram/csslayout
```
- Install the dependencies:
```console
```shell
$ cd csslayout
$ npm install
```
- Run it on the local:
```console
$ npm run dev-server
```shell
$ npm run dev
```
Visit http://localhost:1234 to see it in action.
Visit http://localhost:3000 to see it in action.
## Contributing
@@ -52,7 +52,7 @@ PRs are welcomed. If you thing there are any missing useful layouts or patterns,
It's important to note that you should run the following command to lint the code:
```console
```shell
$ npm run lint
```
@@ -66,23 +66,3 @@ Be my friend on
* [Twitter](https://twitter.com/nghuuphuoc)
* [dev.to](https://dev.to/phuocng)
* [Github](https://github.com/phuoc-ng)
## Products
You might be interested in my products:
_Products_
* [Blur Page - A browser extension to hide sensitive information on a web page](https://blur.page)
* [Check Browsers Support - A browser extension to check browser compatibility without leaving your tab](https://checkbrowsers.support)
* [Fake Numbers - Generate fake and valid numbers](https://fakenumbers.io)
* [Form Validation - The best validation library for JavaScript](https://formvalidation.io)
* [Intersection Observer Examples - Practical, real world examples of Intersection Observer](https://intersectionobserver.io)
* [React PDF Viewer - A React component to view a PDF document](https://react-pdf-viewer.dev)
_Resources_
* [1LOC - Favorite JavaScript utilities in single line of code](https://1loc.dev)
* [CSS Layout - A collection of popular layouts and patterns made with CSS](https://csslayout.io)
* [HTML DOM - How to manage HTML DOM with vanilla JavaScript](https://htmldom.dev)
* [Responsive Design Patterns - A collection of patterns to create a responsive web page](https://responsive.page)
* [Super tiny, quick tips, tricks and best practices of front-end development](https://getfrontend.tips)
* [this VS that - The differences between ___ and ___ in the front-end development](https://thisthat.dev)

View File

@@ -2,7 +2,6 @@ import Head from 'next/head';
// Design
import '@1milligram/design/lib/styles/index.css';
import '@1milligram/frame/lib/styles/index.css';
import '../styles/index.scss';
export default function MyApp({ Component, pageProps }) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB