1.4.13 • Published 6 years ago
@cjbrown822/bulma-react v1.4.13
Bulma-React
Opensource encapsulation of the Bulma Framework.
npm install @cjbrown822/bulma-react -S
In your code add
import React from "react";
import Bulma from "bulma-react";
//Sample column
const App = props => {
return (
<Bulma.Columns>
<Bluma.Column columnSizeModifier={[{size: Constants.Columns.Sizes.OneQuarter}]}>
left content here
</Bluma.Column>
<Bluma.Column>
right content here
</Bluma.Column>
</Bulma.Columns>
)
};
1.4.13
6 years ago
1.4.12
6 years ago
1.4.11
6 years ago
1.4.10
6 years ago
1.4.9
6 years ago
1.4.6
6 years ago
1.4.8
6 years ago
1.4.7
6 years ago
1.4.5
6 years ago
1.4.4
6 years ago
1.4.3
6 years ago
1.4.2
6 years ago
1.4.1
6 years ago
1.4.0
6 years ago
1.3.0
6 years ago
1.2.1
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago