Giter VIP home page Giter VIP logo

simplifiers's Introduction

Simplifiers

INSTRUCTIONS :

- Go to the code folder
- Enter make (that will guide you further) on the command line

DOCUMENTATION :

COMPONENTS

  1. Nav: Props:

    • title=any string
    • sizeT=refer Typography (default: "h5")
    • colorT=any hex code
  2. Grid: Props:

    • container
    • spacing={1,2,3,4,5,6,7,8,9}
    • direction="row" | "row-reverse" | "column" | "column-reverse"
    • justify="flex-start" | "center" | "flex-end" | "space-between" | "space-around" | "space-evenly"
    • alignItems="flex-start" | "center" | "flex-end" | "stretch" | "baseline"
  3. Card: Props:

    • imgLink=img src link
    • title=any string
    • content=any string
    • sizeT=refer Typography (default : "h5")
    • sizeC=refer Typography (default : "body2" )
    • colorT=any hex
    • colorC=ant hex
  4. Heading: Props:

    • title=any string
    • content=any string
    • sizeT=refer Typography (default value : "h1" )
    • colorT=any hex (default value : "#e68a00" )
    • sizeC=refer Typography (default value : "h4" )
    • colorC=any hex (default value : "#e68a00" )
  5. Para: Props:

    • title=any string
    • content=any string
    • sizeT=refer Typography (default value : "h3")
    • colorT= any hex (default value : "#000066")
    • sizeC=refer Typography (default value : "body1")
    • colorC=any hex (default value : "#000000")
  6. TECH STACK :

    • typescript
    • makefile
    • react (Material UI framework is used too)
    • flex
    • bison

TYPOGRAPHY Allowed property values: "h1","h2","h3","h4","h5","h6", "body1", "body2"

simplifiers's People

Contributors

meghanacosmos avatar rotonevan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.