![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@a-la/bootstrap
Advanced tools
Bootstrap Class Properties, Elements And Types Definitions For JSX.
@a-la/bootstrap
is Bootstrap Class Properties, Elements And Types Definitions For JSX.
yarn add -D @a-la/bootstrap
npm i --save-dev @a-la/bootstrap
By installing this package, you will be able to specify classes on tags and components as JSX properties when using alamode
transpiler.
To receive access to auto-completions, you'll need to import the @a-la/bootstrap
package in your source code:
import '@a-la/bootstrap'
// or when using Preact 8:
import '@a-la/bootstrap/preact'
export const Component =
() => (<div container>Hello World</div>)
The actual import doesn't do anything as the source file is blank. It is needed only for VSCode to pick up distributed typings.
Because of a bug in VSCode, you won't see properties with hyphens, e.g., container-fluid
and will only see containerFluid
, but you can actually use both. The camel cases are added for discoverability of classes.
See the 📙 full list of Bootstrap classes in Wiki.
An annotated version of Bulma 0.8.0 is available in bootstrap/bootstrap.css
where /* @alternate */
annotations were added for compatibility with Closure Stylesheets.
GNU Affero General Public License v3.0
![]() | © Art Deco™ for À La Mode 2020 |
---|
FAQs
Bootstrap Class Properties, Elements And Types Definitions For JSX.
The npm package @a-la/bootstrap receives a total of 3 weekly downloads. As such, @a-la/bootstrap popularity was classified as not popular.
We found that @a-la/bootstrap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.