/qwik-ui

Qwik UI Components

Primary LanguageTypeScriptMIT LicenseMIT


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