feat: add bottom fade mask utility and enhance Playground layout

This commit is contained in:
n4ze3m
2025-02-07 23:49:40 +05:30
parent 1eae319d10
commit a46156847d
10 changed files with 624 additions and 347 deletions

View File

@@ -1,12 +1,12 @@
import OptionLayout from "~/components/Layouts/Layout"
import { Playground } from "~/components/Option/Playground/Playground"
const OptionIndex = () => {
const OptionIndex = () => {
return (
<OptionLayout>
<Playground />
<Playground />
</OptionLayout>
)
}
export default OptionIndex
export default OptionIndex