mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-17 19:08:11 -05:00
* Initial * Pass mainWeaponId * Repeating args to "context" * Fix todos * Date header * Fix comparison showing for sub weapon def dmg even if no abilities selected * Sub damage table charts * Chart dot focus style * Color grid initial * Can change shots in the grid * Optimize perf * Style - cells * Grid hover effect * Mobile friendly
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
export function Table({ children }: { children: React.ReactNode }) {
|
|
return <table className="my-table">{children}</table>;
|
|
}
|