mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
40041a0680
* fix: react color preset * chore: changeset great-beds-shop.md * fix: tests * chore: text fixes
536 B
536 B
@bbob/parser, @bbob/types, @bbob/cli, @bbob/core, @bbob/html, @bbob/plugin-helper, @bbob/preset, @bbob/preset-html5, @bbob/preset-react, @bbob/preset-vue, @bbob/react, @bbob/vue2, @bbob/vue3
| @bbob/parser | @bbob/types | @bbob/cli | @bbob/core | @bbob/html | @bbob/plugin-helper | @bbob/preset | @bbob/preset-html5 | @bbob/preset-react | @bbob/preset-vue | @bbob/react | @bbob/vue2 | @bbob/vue3 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch |
Now React preset @bbob/preset-react supports color tag
import preset from '@bbob/preset-react'
import { render } from '@bbob/react'
const html = render('[color=#ff0000]This text should be red[/color]', preset());