8000 GitHub - jonsam-ng/qwik-ui: Qwik UI Components
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jonsam-ng/qwik-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


awesome logo of qwik ui

Qwik UI

The components library for Qwik

QWIK UI npm MIT All Contributors

Table of Contents

⚠ This is not ready for production!

This library is still in early stages and once we'll collect enough feedback from the community we'll release the first beta version.

We still need to

  • Design a normal logo
  • Build a proper documentation website
  • Add tests
  • Fix bugs
  • more...

Installation

Please create issue if you encounter bugs.

npm install -D @qwik-ui/core

Example

import { Alert } from '@qwik-ui/core';


export Page = component$(()=> {
  return (

    <div>
      <Alert class="alert-success">Some message</Alert>
    </div>
  )
})

Contributing

Want to contribute? Yayy! 🎉

Please read and follow our Contributing Guidelines to learn what are the right steps to take before contributing your time, effort and code.

Thanks 🙏


Code Of Conduct

Be kind to each other and please read our code of conduct.


Contributors

Thanks goes to these wonderful people (emoji key):

Shai Reznik
Shai Reznik

💻 ⚠️ 🚇 📖 🚧 👀 🤔
Gil Fink
Gil Fink

🚇 ⚠️ 💻 📖 🤔 👀
Giorgio Boa
Giorgio Boa

💻 ⚠️ 📖 🤔 👀
John Reemar Dela Rosa
John Reemar Dela Rosa

🚧

This project follows the all-contributors specification. Contributions of any kind welcome!


Related Links

License

MIT

About

Qwik UI Components

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.4%
  • JavaScript 5.3%
  • CSS 4.0%
  • Other 0.3%
0