Skip to content

YasTechOrg/EasyFront-Purejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy Front | Pure Js

Version Publisher Developer

Navigation

  1. What is Easy Front?
  2. Why we should use Easy Front?
  3. Usage of Easy Front
  4. IDE Setup ( Jetbrains )
  5. Reference of Easy Front
  6. Download and CDN
  7. Last changes

What is Easy Front?

Fast Coding | Easy And Simple Front End | JavaScript Library

Why we should use Easy Front?

  • if you want to code faster
  • if you want to have clean code
  • if you want to have fast and lightweight code
  • if you want to get rid of class and hard styling
  • if you want to have modern code

Usage of Easy Front

<html lang="en">
  <head>
    <title>Easy Front</title>
    <!-- Your Head Codes -->
  </head>
  <body>
  <p easy-font-size="28px">
    Hello World
  </p>
  <p easy-font-size="33px"
     easy-bg-color="red"
     easy-margin-left="12px"
     easy-padding="10px"
     easy-color="white"
     easy-border-radius="10px"
     easy-margin-top="10px">
    Hello World
  </p>

  <!-- Adding Library -->
  <script src="./EasyFrontPure.js"></script>
  </body>
</html>

IDE Setup ( Jetbrains )

  1. Go to Setting | Editor | Inspections
  2. Choose HTML
  3. Select Unknown html tag attribute
  4. Check the Custom HTML tag attribute
  5. Copy text below
  6. Past in the input
easy-color,easy-bg-color,easy-bg-size,easy-bg-position,easy-bg-repeat,easy-bg-clip,easy-bg-blend-mode,easy-bg-attachment,easy-margin,easy-margin-top,easy-margin-bottom,easy-margin-left,easy-margin-right,easy-padding,easy-padding-top,easy-padding-bottom,easy-padding-left,easy-padding-right,easy-font-size,easy-font-family,easy-font-style,easy-font-weight,easy-border,easy-border-right,easy-border-right-color,easy-border-right-style,easy-border-right-width,easy-border-left,easy-border-left-color,easy-border-left-style,easy-border-left-width,easy-border-top,easy-border-top-color,easy-border-top-style,easy-border-top-width,easy-border-bottom,easy-border-bottom-color,easy-border-bottom-style,easy-border-bottom-width,easy-border-radius,easy-border-radius-bl,easy-border-radius-br,easy-border-radius-tl,easy-border-radius-tr,easy-text-align,easy-text-align-all,easy-text-align-last,easy-text-decoration,easy-text-decoration-color,easy-text-decoration-line,easy-text-decoration-style,easy-text-decoration-width,easy-text-decoration-skip,easy-text-decoration-skip-ink,easy-text-anchor,easy-text-justify,easy-text-justify-trim,easy-text-emphasis,easy-text-emphasis-color,easy-text-emphasis-position,easy-text-emphasis-style,easy-text-emphasis-skip,easy-text-combine,easy-text-combine-upright,easy-text-line-through,easy-text-line-through-color,easy-text-line-through-mode,easy-text-line-through-style,easy-text-orientation,easy-text-overflow,easy-text-overflow-skip,easy-text-overflow-mode,easy-text-overline,easy-text-overline-color,easy-text-overline-mode,easy-text-overline-style

Reference of Easy Front

  • colors
    • easy-color
  • backgrounds
    • easy-bg-color
    • easy-bg-size
    • easy-bg-position
    • easy-bg-repeat
    • easy-bg-clip
    • easy-bg-blend-mode
    • easy-bg-attachment
  • margins
    • easy-margin
    • easy-margin-top
    • easy-margin-bottom
    • easy-margin-left
    • easy-margin-right
  • paddings
    • easy-padding
    • easy-padding-top
    • easy-padding-bottom
    • easy-padding-left
    • easy-padding-right
  • fonts
    • easy-font-size
    • easy-font-family
    • easy-font-style
    • easy-font-weight
  • borders
    • easy-border
    • easy-border-right
    • easy-border-right-color
    • easy-border-right-style
    • easy-border-right-width
    • easy-border-left
    • easy-border-left-color
    • easy-border-left-style
    • easy-border-left-width
    • easy-border-top
    • easy-border-top-color
    • easy-border-top-style
    • easy-border-top-width
    • easy-border-bottom
    • easy-border-bottom-color
    • easy-border-bottom-style
    • easy-border-bottom-width
  • border radius
    • easy-border-radius
    • easy-border-radius-bl
    • easy-border-radius-br
    • easy-border-radius-tl
    • easy-border-radius-tr
  • text align
    • easy-text-align
    • easy-text-align-all
    • easy-text-align-last
  • text decoration
    • easy-text-decoration
    • easy-text-decoration-color
    • easy-text-decoration-line
    • easy-text-decoration-style
    • easy-text-decoration-width
    • easy-text-decoration-skip
    • easy-text-decoration-skip-ink
  • text anchor
    • easy-text-anchor
  • text justify
    • easy-text-justify
    • easy-text-justify-trim
  • text emphasis
    • easy-text-emphasis
    • easy-text-emphasis-color
    • easy-text-emphasis-position
    • easy-text-emphasis-style
    • easy-text-emphasis-skip
  • text combine
    • easy-text-combine
    • easy-text-combine-upright
  • text line through
    • easy-text-line-through
    • easy-text-line-through-color
    • easy-text-line-through-mode
    • easy-text-line-through-style
  • text orientation
    • easy-text-orientation
  • text overflow
    • easy-text-overflow-skip
    • easy-text-overflow-mode
  • text overline
    • easy-text-overline
    • easy-text-overline-color
    • easy-text-overline-mode
    • easy-text-overline-style

Download and CDN

Download

Download is not available yet! Clone Project!

CDN

    <!-- CDN Is Not Available Yet -->

Last changes

  • Fix bugs
  • Edit and rewrite library core
  • Update library attribute support list