File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# react-live-unplugin
22
3+ Turn React components into live code blocks with ease.
4+
35Please refer to the [ official documentation] ( https://vdustr.dev/react-live-unplugin ) for more details.
46
57## Maintainance
Original file line number Diff line number Diff line change @@ -7,10 +7,7 @@ import styles from "./index.module.css";
77export default function Home ( ) : React . ReactNode {
88 const { siteConfig } = useDocusaurusContext ( ) ;
99 return (
10- < Layout
11- title = { `Welcome to ${ siteConfig . title } ` }
12- description = "Transform your React components into live code blocks with ease."
13- >
10+ < Layout description = { siteConfig . tagline } >
1411 < main className = { styles [ "main-section" ] } >
1512 < article className = { styles [ "hero-section" ] } >
1613 < h1 className = "hero__title" > { siteConfig . title } </ h1 >
Original file line number Diff line number Diff line change 11# react-live-unplugin
22
3+ Turn React components into live code blocks with ease.
4+
35Please refer to the [ official documentation] ( https://vdustr.dev/react-live-unplugin ) for more details.
46
57## License
Original file line number Diff line number Diff line change 11{
22 "name" : " react-live-unplugin" ,
33 "version" : " 0.2.0" ,
4- "description" : " React Live Unplugin " ,
4+ "description" : " Turn React components into live code blocks with ease. " ,
55 "keywords" : [
66 " babel" ,
77 " demo" ,
You can’t perform that action at this time.
0 commit comments