Skip to content

This repo aims to create innovative react components used in awwwards like websites.

Notifications You must be signed in to change notification settings

sansyrox/creative-components

Repository files navigation

creative-components

This repo aims to create innovative react components used in awwwards like websites.

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[]

NPM JavaScript Style Guide

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

About

This repo aims to create innovative react components used in awwwards like websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published