Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaoaustero/solid-bulma

🧩 Lightweight UI components for SolidJS based on Bulma
https://github.com/jaoaustero/solid-bulma

bulma-css bulma-ui solid solid-bulma solid-components solid-js solidjs

Last synced: about 1 month ago
JSON representation

🧩 Lightweight UI components for SolidJS based on Bulma

Awesome Lists containing this project

README

        


Notice: Under development

# ![solid-bulma](/images/solid-bulma-banner.jpg)


## Features
- Documented and Self explaining methods
- Small size without any external libraries


## Installation
The plugin are available in node and yarn and package managers.
```bash
# Node
npm install solid-bulma # Not yet published

# Yarn
yarn add solid-bulma # Not yet published
```


## Usage

### **Stylesheet**
Import the Bulma css in your css file.
```css
@import "https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css";
```

You can also import the stylesheet in your HTML file
```html

```

Bulma style is also available in SASS
```bash
# Node
npm install bulma
```


### **Components**
Using solid-bulma components
```jsx
import { BButton } from 'solid-bulma';

function App() {
return (



Button


)
}
```


## License
Code released under [MIT](https://github.com/jaoaustero/solid-bulma/blob/main/LICENSE) license.