Skip to content
/ AntaJS Public

JavaScript library that implement web components. Develop each of page from website faster than before.

License

Notifications You must be signed in to change notification settings

RFelixD/AntaJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‰ AntaJS πŸ‰

JavaScript library that implement web components so you don't need create each components manually. No need configuration for beginner and also so much configuration for advanced frontend developer.

Feature πŸ€“

Many color combination and style (So you don't need think of what colors should you use for your web anymore) Edit your web configuration in config.json (don't edit base.json unless you know what you do)

  {
  "style": "simple",
  "theme": "sea"
  }

Many components available and similar as react in file index.html

<!-- Making card -->
<x-card>
  <!-- This html code will place in the body of card -->
  <h2> Wow, this is amazing</h2>
  <p> You should try AntaJS </p>
</x-card>

AI support for create website consistent (coming soon)

What is the point of this library? πŸ˜’

This library will help you making web bro c'mon. You also can use AI to define what website you really want based on the available components 😸. Also the key of this library is playing on grid css that available on <g-grid> <!-- content here --> </g-grid>.

About

JavaScript library that implement web components. Develop each of page from website faster than before.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published