creative-components
creative-components copied to clipboard
This repo aims to create innovative react components used in awwwards like websites.
creative-components
This repo aims to create innovative react components used in awwwards like websites.
Documentation at : https://creative-components.netlify.app/
Current RoadMap
-
Following Cursor [x]
-
Simple Grid [x]
-
Many Grid Orientations [x]
- Full Size Grid [] [Need to allow custom props in every layout component: like fullscreen: true]
-
Text with underline [x]
-
Image Haze [x]
-
Text section with image preview []
-
TypeWriter Text animation [x]
-
Section with image preview like in my Portfolio []
-
An OP navbar like in client project []
-
Skew Scrolling Page [x]
-
Smooth Scrolling Page []
-
A page with AOS on every item/child []
-
A complete grid package []
-
Show/Hide Component on Grid Up down []
-
Docz/Storybook integration maybe [x]
-
Scroll Trigger: Apple like animation[]
Install
npm install --save creative-components
Usage
import React, { Component } from 'react'
import MyComponent from 'creative-components'
import 'creative-components/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © sansyrox