Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remorses/landing-blocks

Landing pages building blocks
https://github.com/remorses/landing-blocks

Last synced: 15 days ago
JSON representation

Landing pages building blocks

Awesome Lists containing this project

README

        









Landing pages building blocks


See some landing pages built with landing-blocks






`landing-blocks` is an npm package that groups together many useful components that can be composed together to create beautiful landing pages.

## Install

```sh
yarn add landing-blocks
```

## Usage

Every component represents a section of your landing page, compose them together to get the perfect landing page.

```jsx
import React from 'react'
import { ChakraProvider } from '@chakra-ui/react'
import {
LandingProvider,
Hero,
Heading,
NavBar,
Button,
Footer,
} from 'landing-blocks'

export default () => (


}
navs={[
Features,
Use Cases,
Pricing,
About Us,
Login,
]}
/>
}
cta={Test it out}
/>
}
bg='gray.100'
/>
}
flip
/>
Quickstart,
Documentation,
Samples,
],
Company: [
Quickstart,
Documentation,
Samples,
],
Product: [
Quickstart,
Documentation,
Samples,
],
}}
/>


)

export default Page
```