1.2.1 • Published 1 year ago

point-style v1.2.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Point Library v1.2.1

  • What is the point library ?

    • Point is a library for website interface.
  • How to benefit from the library ?

    • The library provide you many components such is ( navbar, sidebar, cards) and many other components.
    • Easy To useable.

     How to start

  • npm install -g sass
  • npm start


      Features

  • Support Bootstrap Syntax
  • Support Node Package Manager
  • Support react-bootstrap Components

       Updates

  • v1.1.9

    • "gradient"

      • bg-gradient-primary
    • "gradient-faded"

      • bg-gradient-faded-primary
  • v1.2.0

    • "fire_colors" (blue-fire, yellow-fire)

      • bg-blue-fire
      • text-yellow-fire
    • "text_size" (base, xs, sm, md, lg, xl, 2xl, ..8xl)

      • text-lg
  • v1.2.1

    • "node package manager"

    • "files strecture"

    • "lines-length-{length}" (1 to 20)

      • lines-length-5

    • "text-hover-{color}-{opacity}" (25, 50, 75)

      • text-hover-primary
      • text-hover-primary-50
    • "bg-hover-{color}-{opacity}" (25, 50, 75)

      • bg-hover-success
      • bg-hover-success-75
    • "opacity-hover-{opacity}" (25,50,75,100)

      • opacity-hover-50
  • v1.2.2

    • "bg-focus-{color}-{opacity}" (25, 50, 75)

      • bg-focus-success
      • bg-focus-success-75
    • "text-focus-{color}-{opacity}" (25, 50, 75)

      • text-focus-success
      • text-focus-success-75
    • "Fix navbar-toggler-icon"

      • Shadow
      • Display
    • "bg-active-{color}-{opacity}" (25, 50, 75)

      • class of parent element (bg-active-dark)
        • class of children (active)
      • class of parent element (bg-active-success-25)
        • class of children (active)
    • "text-active-{color}-{opacity}" (25, 50, 75)

      • class of parent element (text-active-white)
        • class of children (active)
      • class of parent element (text-active-danger-50)
        • class of children (active)