deno.land / x / jotai@v1.8.4 / website / src / components / wrapper.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
export const Wrapper = ({ children, ...rest }) => { return ( <div className="relative flex flex-col lg:mx-auto lg:max-w-[1920px] lg:flex-row lg:justify-around" {...rest} > {children} </div> );};
jotai

Version Info

Tagged at
2 years ago