4.1.1 • Published 8 months ago

@bbob/react v4.1.1

Weekly downloads
285
License
MIT
Repository
github
Last release
8 months ago

@bbob/react

install size Known Vulnerabilities

Converts @bbob/parser AST tree to React

npm i @bbob/react @bbob/preset-react
import React from 'react'
import BBCode from '@bbob/react';
import presetReact from '@bbob/preset-react';

const plugins = [presetReact()];

export default () => (
    <BBCode plugins={plugins}>
    [table]
      [tr]
          [td]table 1[/td]
          [td]table 2[/td]
      [/tr]
      [tr]
          [td]table 3[/td]
          [td]table 4[/td]
      [/tr]
    [/table]
    </BBCode>
)
import { render } from '@bbob/react'

export default () => render(`
[table]
  [tr]
      [td]table 1[/td]
      [td]table 2[/td]
  [/tr]
  [tr]
      [td]table 3[/td]
      [td]table 4[/td]
  [/tr]
[/table]
`)
0.0.0-alpha.a733494

12 months ago

0.0.0-alpha.9a24203

11 months ago

0.0.0-alpha.4a7856d

12 months ago

4.0.1

12 months ago

4.0.0

12 months ago

4.0.3

11 months ago

4.0.2

11 months ago

0.0.0-alpha.913cf38

11 months ago

0.0.0-alpha.8b57a48

12 months ago

0.0.0-alpha.626820c

11 months ago

4.1.0

10 months ago

4.1.1

10 months ago

0.0.0-alpha.9f6dc1f

12 months ago

3.0.2

2 years ago

3.0.0

2 years ago

2.9.0

2 years ago

2.8.3

2 years ago

2.8.2

3 years ago

2.8.1

3 years ago

2.8.0

4 years ago

2.7.1

4 years ago

2.6.2

4 years ago

2.6.1

4 years ago

2.6.0

5 years ago

2.5.9

5 years ago

2.5.8

5 years ago

2.5.7

5 years ago

2.5.6

5 years ago

2.5.5

5 years ago

2.5.4

6 years ago

2.5.3

6 years ago

2.5.2

6 years ago

2.5.1

6 years ago

2.5.0

6 years ago

2.4.1

6 years ago

2.4.0

6 years ago

2.3.4

6 years ago

2.3.2

6 years ago

2.3.1

6 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.1

7 years ago